home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / pc / SOMC / Casts / Children.cst / 00040_VB40016.ls < prev    next >
Encoding:
Text File  |  1998-05-21  |  222 b   |  14 lines

  1. on mouseEnter
  2.   puppetSound 1, "Pop"
  3.   set the foreColor of member "VB40016" to 1
  4. end
  5.  
  6. on mouseLeave
  7.   set the foreColor of member "VB40016" to 0
  8. end
  9.  
  10. on mouseUp
  11.   puppetSound 1, "Plink"
  12.   open "@\SUPPORT\VB40016.EXE"
  13. end
  14.